The Ext.date is a single example that encapsulates a series of date manipulation functions, extending the functionality of JavaScript date, and lists some of the common features listed below. Basic functions:
The
Ext.Date.add (date,
Reproduced!!!Ext.date is a singleton class that encapsulates a series of date manipulation functions, extending the functionality of JavaScript date, with some common features listed below.Ext.Date.add (date, interval, value) increases or decreases
Javascript| Advanced
JavaScript is a Web page production can not be separated from the scripting language, relying on it, a Web page content is lively, full of vitality. But maybe you haven't found and applied some of its more advanced features? For
Javascript----File Operations
First, the function realizes the core: FileSystemObject object
To implement the file manipulation function in JavaScript, the main thing is to rely on the FileSystemObject object.
Second, FileSystemObject
1. Related element operation:var a = document.getElementById ("id");var B = a.nextsibling, find the next sibling element of a, note the spacevar B = a.previoussibling, find the previous sibling element of a, note the spacevar B = A.parentnode, find
Here are my Learning notes about JavaScript written in the school tutorial, each of which I have personally tested, the purpose of each method and the list of parameters, I have added my own understanding after my own practice, the explanation is
JavaScript BOMFirst, BOM (the Browser objectmodel):-Browser object model,(1) The BOM provides objects that are independent of the content and interact with the browser window.(2) The BOM is primarily used to manage the communication between windows
This example describes the JavaScript manipulation cookie method. Share to everyone for your reference. as follows:
My methods for setting, reading and deleting cookies. I have methods to check for the existence of cookies names or values,//To
This example describes the JavaScript manipulation cookie class. Share to everyone for your reference. Specifically as follows:
Usage:
One, set cookies
var cookie = new Jscookie ();
Normal settings
cookie. Setcookie ("Key1", "Val1");
The
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.